Interface EmptyContextInterface

Summary

Fully Qualified Name: Zend\InputFilter\EmptyContextInterface

Description

Methods

Name Description Defined By
continueIfEmpty() EmptyContextInterface
setContinueIfEmpty() EmptyContextInterface

Method Details

continueIfEmpty()

Returns: bool

setContinueIfEmpty()

Parameter Name Type Description
$continueIfEmpty bool

Returns: self

Top